home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue57
/
Clinic
/
HelpTestU.dfm
/
HelpTestU.txt
Wrap
Text File
|
2000-03-24
|
799b
|
42 lines
object Form1: TForm1
Left = 192
Top = 126
Width = 259
Height = 157
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Context Help Test For Panel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 233
Height = 113
HelpContext = 1000
Caption = 'Panel1'
TabOrder = 0
object Button1: TButton
Left = 136
Top = 24
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
end
object Button2: TButton
Left = 136
Top = 64
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
end
end
end